home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Apps / InterfaceBuilder.app / English.lproj / ModalInspectDriver.nib / data.classes next >
Text File  |  1992-01-07  |  440b  |  34 lines

  1. IBDetachInspectorView = {
  2.     OUTLETS = {
  3.     driver;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     performResize:;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. IBInspectDriver = {
  14.     ACTIONS = {
  15.     inspectAttributes:;
  16.     revert:;
  17.     inspectSize:;
  18.     ok:;
  19.     inspectConnections:;
  20.     inspectHelp:;
  21.     };
  22.     OUTLETS = {
  23.     line;
  24.     window;
  25.     modeButton;
  26.     container;
  27.     revertButton;
  28.     box;
  29.     okButton;
  30.     detachView;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.